crypto/tls.clientHandshakeStateTLS13.binderKey (field)

3 uses

	crypto/tls (current package)
		handshake_client.go#L363: 			binderKey:    binderKey,
		handshake_client_tls13.go#L30: 	binderKey   []byte
		handshake_client_tls13.go#L363: 			if err := computeAndUpdatePSK(hello, hs.binderKey, transcript, hs.suite.finishedHash); err != nil {